Thursday, September 17, 2009

Writing Plug-Ins for Loose Coupling of Application Components

How do I write a Plug-in for an application and how do I know whether a DLL implements an Interface that my application expects? Dependency Injection and Inversion of Control are hot topics in OOP development today. These terms sound complex and their implementation can indeed be complex. There are several ways of implementing Dependency Injection, but in this article I am going to describe a type of DI that is not normally covered under the definition of this term.

Check out my article at http://www.knowdotnet.com/articles/pluginsusingreflection.html.

While you are there, take a look at Visual Class Organizer, a time saving tool for automatically organizing your classes. click on the following link to download a Free 30 Day Trial.

http://www.knowdotnet.com/articles/VisualOrganizerProductHome.html

Labels: , ,

0 Comments:

Post a Comment

<< Home